GtkRadioButton: Allow setting group more than once
authorMatthias Clasen <mclasen@redhat.com>
Fri, 3 Oct 2014 03:37:38 +0000 (23:37 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 3 Oct 2014 03:37:38 +0000 (23:37 -0400)
commitcc529c242354475e2aee5a6176922ec7f989bdfc
tree44331d8885b4515b6413d5b5c1a12b1c4b23d311
parentd5531da7f8ab13823a5d63aa7b75bc4e0c2d2371
GtkRadioButton: Allow setting group more than once

It turns out that GtkBuilder will sometimes set a property
twice. Normally, this is harmless, but for GtkRadioButton:group,
it triggered a critical. Remove that.
gtk/gtkradiobutton.c